←Select platform

GetBoxes<T> Method

Summary

Gets all engine boxes of the specified type.

Syntax

C#
VB
C++
public List<T> GetBoxes<T>( 
   Jpeg2000FileFormat format 
) 
  
Public Function GetBoxes(Of T As Leadtools.Jpeg2000.Jpeg2000MultiBox)( _ 
   ByVal format As Leadtools.Jpeg2000.Jpeg2000FileFormat _ 
) As List(Of T) 
public: 
List<T^>^ GetBoxesgeneric<typename T> 
(  
   Leadtools.Jpeg2000.Jpeg2000FileFormat format 
)  
where T: Leadtools.Jpeg2000.Jpeg2000MultiBox 

Parameters

format
Jpeg2000FileFormat specifies the JPEG 2000 engine.

Type Parameters

T

Return Value

A list of Jpeg2000MultiBox objects containing the box data for the specified engine.

Remarks

The List generic type " T " specifies the type of the boxes being obtained. For example, if you pass a list of XmlBoxes, the currently set XML boxes in the specified engine will be returned. This method is used to get the following types of boxes:

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly